Nevron.GraphicsCore Namespace / NGeometry2D Class / GetBounds Method / GetBounds(Single[],Single[],Int32,Int32) Method


In This Topic
    GetBounds(Single[],Single[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetBounds( _
       ByVal x() As System.Single, _
       ByVal y() As System.Single, _
       ByVal start As System.Integer, _
       ByVal count As System.Integer _
    ) As NRectangleF
    'Usage
     
    
    Dim x() As System.Single
    Dim y() As System.Single
    Dim start As System.Integer
    Dim count As System.Integer
    Dim value As NRectangleF
     
    value = NGeometry2D.GetBounds(x, y, start, count)
    public static NRectangleF GetBounds( 
       System.float[] x,
       System.float[] y,
       System.int start,
       System.int count
    )

    Parameters

    x
    y
    start
    count
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also